home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / Convolution3D.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  66 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="Convolution3D">
  4.   <description>Convolution3D is a spatio-temporal smoother, it applies a 3D convolution filter to all pixels of consecutive frames.</description>
  5.   <filters>
  6.     <filter name="Convolution3D" category="Noise" helpfile="Convolution3D" type="clip">
  7.       <description>The thresholds of Convolution3d are only here to take care of edges and scene change. You can increase the spatial one (especially the chroma threshold) but stop as soon as you see some blurring around the edges (if you want quality). With the settings proposed you shouldn't have this problem. </description>
  8.       <colorspaces />
  9.       <parameters>
  10.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  11.           <description />
  12.           <items />
  13.         </parameter>
  14.         <parameter name="matrix" type="int" default="0" max="0" min="0" step="0" optional="True" paramList="False">
  15.           <description>Matrix used for the 3D convolution.</description>
  16.           <items />
  17.         </parameter>
  18.         <parameter name="ythresh" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  19.           <description>Spatial luma threshold.</description>
  20.           <items />
  21.         </parameter>
  22.         <parameter name="cthresh" type="int" default="4" max="0" min="0" step="0" optional="True" paramList="False">
  23.           <description>Spatial chroma threshold.</description>
  24.           <items />
  25.         </parameter>
  26.         <parameter name="t_ythresh" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  27.           <description>Temporal luma threshold.</description>
  28.           <items />
  29.         </parameter>
  30.         <parameter name="t_cthresh" type="int" default="4" max="0" min="0" step="0" optional="True" paramList="False">
  31.           <description>Temporal luma threshold.</description>
  32.           <items />
  33.         </parameter>
  34.         <parameter name="influence" type="float" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  35.           <description>It's used especially to speed up a little this filter and to avoid using temporal informations when not needed (scene change, fade, ...) If set to -1 then only spatial work is done (high speed).</description>
  36.           <items />
  37.         </parameter>
  38.         <parameter name="debug" type="int" default="0" max="1" min="0" step="0" optional="True" paramList="False">
  39.           <description />
  40.           <items />
  41.         </parameter>
  42.       </parameters>
  43.     </filter>
  44.     <filter name="Convolution3D" category="Noise" helpfile="Convolution3D" type="clip">
  45.       <description />
  46.       <colorspaces />
  47.       <parameters>
  48.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  49.           <description />
  50.           <items />
  51.         </parameter>
  52.         <parameter name="Preset" type="string" default="movieHQ" max="0" min="0" step="0" optional="True" paramList="False">
  53.           <description />
  54.           <items>
  55.             <item>movieHQ</item>
  56.             <item>movieLQ</item>
  57.             <item>animeHQ</item>
  58.             <item>animeLQ</item>
  59.             <item>animeBQ</item>
  60.             <item>vhsBQ</item>
  61.           </items>
  62.         </parameter>
  63.       </parameters>
  64.     </filter>
  65.   </filters>
  66. </plugin>